home *** CD-ROM | disk | FTP | other *** search
/ Champak 74 / Volume 74 My Disc - Damaged.iso / Games / shusher.swf / scripts / DefineButton2_128 / BUTTONCONDACTION on(press).as
Text File  |  2008-08-08  |  170b  |  8 lines

  1. on(press){
  2.    stopAllSounds();
  3.    _root.SFX.gotoAndPlay("Click");
  4.    _root.funcHitBox("misc","gotomain");
  5.    _root.gotoAndStop("Title");
  6.    _root.clearScreen();
  7. }
  8.